Click or drag to resize

HeaderAdd Method (String, String)

Adds new header field with specified header name and value.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public void Add(
	string headerKey,
	string headerValue
)

Parameters

headerKey
Type: SystemString
A string represents header key.
headerValue
Type: SystemString
A string represents header value.
See Also